home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 24
/
PC Gamer IT CD 24 2-2.iso
/
MULTIM
/
alarm10x
/
AlarmClk.exe
/
0
/
RCDATA
/
TTRAYICONFORM
/
TTRAYICONFORM.txt
< prev
Wrap
Text File
|
1997-07-11
|
2KB
|
82 lines
object TrayIconForm: TTrayIconForm
Left = 201
Top = 110
HelpContext = 1
BorderStyle = bsToolWindow
Caption = 'Alarm Clock'
ClientHeight = 67
ClientWidth = 217
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object TrayIcon1: TTrayIcon
Active = True
ShowDesigning = False
Icon.Data = {<image000.ico>}
ToolTip = 'Right click on the Alarm icon for the menu'
OnClick = TrayIcon1Click
PopupMenu = PMenu
Left = 176
Top = 24
end
object PMenu: TPopupMenu
Left = 144
Top = 24
object About: TMenuItem
Caption = '&About Alarm Clock...'
ShortCut = 0
OnClick = AboutClick
end
object AlarmsWindow1: TMenuItem
Caption = '&Alarms Window'
ShortCut = 0
OnClick = AlarmsWindow1Click
end
object Help1: TMenuItem
Caption = '&Help'
ShortCut = 112
OnClick = Help1Click
end
object Configure1: TMenuItem
Caption = '&Configure'
ShortCut = 0
OnClick = Configure1Click
end
object Register1: TMenuItem
Caption = '&Register'
ShortCut = 0
OnClick = Register1Click
end
object N1: TMenuItem
Caption = '-'
ShortCut = 0
end
object Close1: TMenuItem
Caption = 'E&xit program'
ShortCut = 0
OnClick = Close1Click
end
end
object Timer1: TTimer
Interval = 10000
OnTimer = Timer1Timer
Left = 112
Top = 24
end
object OnlyOne1: TOnlyOne
Left = 56
Top = 32
end
object Timer2: TTimer
Enabled = False
OnTimer = Timer2Timer
Left = 8
Top = 16
end
end